home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Only / Just.app / Instruments / Marimba.score < prev    next >
Encoding:
Text File  |  1994-06-07  |  560 b   |  22 lines

  1. /* BeadGame by Dana C. Massie */
  2.  
  3. /* This is an example of a scorefile derived by reading a Standard MIDI
  4.     file into the Music Kit. Feel free to copy and modify it. */
  5.  
  6. info tempo:62;
  7. noteTagRange = 64 to 90;
  8. part p;
  9. p midiChan:1 synthPatch:"Fm1i" synthPatchCount:11;
  10.  
  11. envelope indFn5  =  [(0,0)(.001,1,.2)(1,0,.5)];
  12. envelope ampFn4  =  [(0,0)(.060,3,.3)(2,0,.7)(2.001,0)|(2.1,0)(2.11,0,.5)];
  13.  
  14. var r = 0.4; /* Initial rest. */
  15.  
  16. BEGIN;
  17.  
  18. p  (noteUpdate) amp:-30dB ampEnv:ampFn4 cRatio:0.5 m1Ratio:1.501 m1IndEnv:indFn5 ampRel:1.3 velocitySensitivity:0.7;
  19.  
  20. END;
  21.  
  22.